This patch adds a target for the IBM PowerXCell Accelerator Board.
[openwrt-10.03/.git] / target / linux / pxcab / image / Makefile
1 #
2 # Copyright (C) 2007 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 include $(TOPDIR)/rules.mk
8 include $(INCLUDE_DIR)/image.mk
9
10 define Image/Prepare
11         cp $(LINUX_DIR)/arch/powerpc/boot/zImage $(KDIR)/zImage
12 endef
13
14 define Image/BuildKernel
15         mkdir -p $(BIN_DIR)
16         cp $(KDIR)/zImage $(BIN_DIR)/openwrt-$(BOARD)-zImage
17         cp $(KDIR)/vmlinux.elf $(BIN_DIR)/openwrt-$(BOARD)-vmlinux.elf
18 endef
19
20 $(eval $(call BuildImage))