Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12
# # Makefile for the linux RomFS filesystem routines. # obj-$([31mCONFIG_ROMFS_FS[0m) += romfs.o romfs-y := storage.o super.o ifneq ($([31mCONFIG_MMU[0m),y) romfs-$([31mCONFIG_ROMFS_ON_MTD[0m) += mmap-nommu.o endif