Makefile: rename skylab targets to ap2

This commit is contained in:
Alexander Couzens 2015-03-11 17:50:12 +01:00
parent 01a658ce51
commit f401292cf7
2 changed files with 7 additions and 7 deletions

View File

@ -29,7 +29,7 @@ IMAGEPATH=$(BUILD_TOPDIR)/bin
UBOOT_BINARY=u-boot.bin
BOARD_TYPE:=
skylab_config:
ap2_config:
export COMPRESSED_UBOOT=0
export CARABOOT_RELEASE=v2.2-dev
@ -51,11 +51,11 @@ carambola2: BOARD_TYPE:= carambola2
carambola2: UBOOTFILE=$(BOARD_TYPE)_u-boot.bin
carambola2: carambola2_config compile
skylab: BOARD_TYPE:= skylab
skylab: UBOOTFILE=$(BOARD_TYPE)_u-boot.bin
skylab: skylab_config compile
ap2: BOARD_TYPE:= ap2
ap2: UBOOTFILE=$(BOARD_TYPE)_u-boot.bin
ap2: ap2_config compile
all: carambola2 skylab
all: carambola2 ap2
clean:
cd $(UBOOTDIR) && $(MAKECMD) distclean

View File

@ -275,9 +275,9 @@ carambola2_config: unconfig hornet_common_config
@echo "#define CARABOOT_RELEASE \"$(CARABOOT_RELEASE)\"" >>include/config.h
@./mkconfig -a carambola2 mips mips carambola2 ar7240 ar7240
skylab_config: unconfig hornet_common_config
ap2_config: unconfig hornet_common_config
@echo "#define CARABOOT_RELEASE \"$(CARABOOT_RELEASE)\"" >>include/config.h
@./mkconfig -a skylab mips mips carambola2 ar7240 ar7240
@./mkconfig -a ap2 mips mips carambola2 ar7240 ar7240
hornet_common_config :