Root/target/linux/leon/image/Makefile

1#
2# Copyright (C) 2011 OpenWrt.org
3#
4# This is free software, licensed under the GNU General Public License v2.
5# See /LICENSE for more information.
6#
7include $(TOPDIR)/rules.mk
8include $(INCLUDE_DIR)/image.mk
9
10define Image/Prepare
11    cp $(LINUX_DIR)/arch/sparc/boot/uImage $(KDIR)/uImage
12endef
13
14define Image/BuildKernel
15    mkdir -p $(BIN_DIR)
16    cp $(KDIR)/uImage $(BIN_DIR)/$(IMG_PREFIX)-uImage
17endef
18
19$(eval $(call BuildImage))
20

Archive Download this file



interactive