diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-06-21 02:16:37 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-06-21 02:16:37 +0000 |
commit | 859e8f7f7d8bfbefd610d338d16498190cd51e15 (patch) | |
tree | 783ba7c887edb58fc47a47c1d083b5a5e6a30ef3 /target/linux/image/x86 | |
parent | 732980a7fd77a207db18af3d441f663b1e54c373 (diff) |
build system cleanup. move shared include files into $(TOPDIR)/include, move lzma, mkfs.* into toolchain/
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4032 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/image/x86')
-rw-r--r-- | target/linux/image/x86/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/image/x86/Makefile b/target/linux/image/x86/Makefile index 69f9bf470..d76294f15 100644 --- a/target/linux/image/x86/Makefile +++ b/target/linux/image/x86/Makefile @@ -1,4 +1,4 @@ -include ../image.mk +include $(TOPDIR)/include/image.mk define Image/Build cp $(KDIR)/root.$(1) $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img |