11 lines
392 B
Makefile
11 lines
392 B
Makefile
#
|
|
# Copyright (C) 2006-2010 OpenWrt.org
|
|
# Copyright (C) 2016-2016 tracewong
|
|
#
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
# See LICENSE for more information.
|
|
#
|
|
include $(TOPDIR)/target/allwinner/generic/common.mk
|
|
include $(TOPDIR)/target/allwinner/$(TARGET_PLATFORM)-common/BoardConfigCommon.mk
|
|
include $(TOPDIR)/target/allwinner/$(TARGET_BOARD)/BoardConfig.mk
|