mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-08-28 16:31:14 +00:00
initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#
|
||||
# Makefile for the linux squashfs routines.
|
||||
#
|
||||
|
||||
O_TARGET := squashfs.o
|
||||
|
||||
obj-y := inode.o squashfs2_0.o
|
||||
|
||||
obj-m := $(O_TARGET)
|
||||
|
||||
include $(TOPDIR)/Rules.make
|
Reference in New Issue
Block a user