diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-12-02 19:34:17 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-12-02 19:34:17 +0000 |
commit | f2e4ecf1d8de0c98895de005a332b2af16e7964b (patch) | |
tree | a2d5b76b25bcc6150bc5d0ab650e1199c8480b95 /target/device/x86/i386/Makefile.in | |
parent | fc19465fd7bee1348393c4313e7e173a6dc9163c (diff) | |
download | buildroot-novena-f2e4ecf1d8de0c98895de005a332b2af16e7964b.tar.gz buildroot-novena-f2e4ecf1d8de0c98895de005a332b2af16e7964b.zip |
- add generic target. X86 for now, don't fork this but generalize it!
Diffstat (limited to 'target/device/x86/i386/Makefile.in')
-rw-r--r-- | target/device/x86/i386/Makefile.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/device/x86/i386/Makefile.in b/target/device/x86/i386/Makefile.in new file mode 100644 index 000000000..323391171 --- /dev/null +++ b/target/device/x86/i386/Makefile.in @@ -0,0 +1,10 @@ +X86_I386_PATH=target/device/x86/i386 + +BR2_PACKAGE_BUSYBOX_CONFIG=$(X86_I386_PATH)/busybox.config +UCLIBC_CONFIG_FILE=$(X86_I386_PATH)/uClibc.config.$(ARCH) + +#TARGET_SKELETON=$(X86_I386_PATH)/skel.tar.gz +#TARGET_SKEL_DIR=$(X86_I386_PATH)/target_skeleton +#TARGET_DEVICE_TABLE=$(X86_I386_PATH)/device_table.txt + +TARGETS+=linux |