de7ae0beed
Now the kernel as well as /lib/modules are properly included in the final tarball and all other tarroot/genfs targets.
9 lines
143 B
Makefile
9 lines
143 B
Makefile
TARGET_DEVICE_DEPMOD:=target/device/x86/depmod.pl
|
|
|
|
-include target/device/*/Makefile.in
|
|
|
|
ifeq ($(BR2_PACKAGE_LINUX),y)
|
|
TARGETS+=linux26
|
|
endif
|
|
|