diff options
Diffstat (limited to 'target/device/x86/Makefile.in')
-rw-r--r-- | target/device/x86/Makefile.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/device/x86/Makefile.in b/target/device/x86/Makefile.in new file mode 100644 index 000000000..d773f4722 --- /dev/null +++ b/target/device/x86/Makefile.in @@ -0,0 +1,6 @@ +TARGET_DEVICE_DEPMOD:=target/device/x86/depmod.pl + +ifeq ($(strip $(BR2_TARGET_X86_GENERIC)),y) +include target/device/x86/i386/Makefile.in +include target/device/x86/i386/*.mk +endif |