Add make.mk for build as5916-54xks onlp

This commit is contained in:
Jostar Yang
2018-06-19 16:11:20 +08:00
parent 4d76fd299c
commit 0dad4b7450
3 changed files with 19 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
###############################################################################
#
#
#
###############################################################################
THIS_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
x86_64_accton_as5916_54xks_INCLUDES := -I $(THIS_DIR)inc
x86_64_accton_as5916_54xks_INTERNAL_INCLUDES := -I $(THIS_DIR)src
x86_64_accton_as5916_54xks_DEPENDMODULE_ENTRIES := init:x86_64_accton_as5916_54xks ucli:x86_64_accton_as5916_54xks

View File

@@ -0,0 +1,9 @@
###############################################################################
#
#
#
###############################################################################
LIBRARY := x86_64_accton_as5916_54xks
$(LIBRARY)_SUBDIR := $(dir $(lastword $(MAKEFILE_LIST)))
include $(BUILDER)/lib.mk