[magicbox] refresh kernel patches
[openwrt.git] / target / linux / ps3 / 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/otheros.bld $(KDIR)/image
12 endef
13
14 define Image/BuildKernel
15 cp $(KDIR)/image $(BIN_DIR)/otheros.bld
16 endef
17
18 $(eval $(call BuildImage))
This page took 0.041665 seconds and 5 git commands to generate.