Add new Skeleton.
This commit is contained in:
14
projects/qemu_x86_64_domo/Makefile
Normal file
14
projects/qemu_x86_64_domo/Makefile
Normal file
@@ -0,0 +1,14 @@
|
||||
#
|
||||
# Entry point for the project.
|
||||
|
||||
# Define the target.
|
||||
export AW_PROJECT:=$(shell pwd)
|
||||
export AW_PROJECT_NAME:=pi_QuartetIII
|
||||
|
||||
export AW_BOARD:=$(shell pwd)/../../board/mozart3/
|
||||
|
||||
include $(AW_BOARD)/main.mk
|
||||
|
||||
install:
|
||||
cp $(AW_STAGING)/buildroot/images/zImage /tftpboot/
|
||||
cp $(AW_STAGING)/buildroot/images/rootfs.cpio.uboot /tftpboot/
|
||||
Reference in New Issue
Block a user