diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2006-05-30 19:38:38 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2006-05-30 19:38:38 +0000 |
| commit | aef3bd9e643498397c2ef33ba17d166e10518d85 (patch) | |
| tree | 6c15064c011e398e88e169db7e9b3a0b5366aa93 /openwrt/target/linux/xscale-2.6/Makefile | |
| parent | 5b05f4a5ee5fa1dd3246350b6672d05a1aaa7f4d (diff) | |
| download | mtk-20170518-aef3bd9e643498397c2ef33ba17d166e10518d85.zip mtk-20170518-aef3bd9e643498397c2ef33ba17d166e10518d85.tar.gz mtk-20170518-aef3bd9e643498397c2ef33ba17d166e10518d85.tar.bz2 | |
resync with kamikaze
SVN-Revision: 3844
Diffstat (limited to 'openwrt/target/linux/xscale-2.6/Makefile')
| -rw-r--r-- | openwrt/target/linux/xscale-2.6/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/openwrt/target/linux/xscale-2.6/Makefile b/openwrt/target/linux/xscale-2.6/Makefile new file mode 100644 index 0000000..4f6a5db --- /dev/null +++ b/openwrt/target/linux/xscale-2.6/Makefile @@ -0,0 +1,18 @@ +include $(TOPDIR)/rules.mk + +LINUX_VERSION:=2.6.16.7 +LINUX_RELEASE:=1 +LINUX_KERNEL_MD5SUM:=9682b2bd6e02f3087982d7c3f5ba824e + +include ../rules.mk +include ./config + +include ../generic-$(KERNEL)/modules.mk +include ../kernel.mk + + +$(LINUX_DIR)/.patched: $(LINUX_DIR)/.unpacked + [ -d ../generic-$(KERNEL)/patches ] && $(PATCH) $(LINUX_DIR) ../generic-$(KERNEL)/patches + [ -d ./patches ] && $(PATCH) $(LINUX_DIR) ./patches + @$(CP) config $(LINUX_DIR)/.config + touch $@ |
