From 84c212da44cf5df210ae166ed7e64adf764ccf3f Mon Sep 17 00:00:00 2001 From: Jianhui Zhao Date: Tue, 17 Apr 2018 11:09:14 +0800 Subject: samsung/s5pv210: New target Signed-off-by: Jianhui Zhao --- target/linux/samsung/s5pv210/profiles/00-default.mk | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 target/linux/samsung/s5pv210/profiles/00-default.mk (limited to 'target/linux/samsung/s5pv210/profiles') diff --git a/target/linux/samsung/s5pv210/profiles/00-default.mk b/target/linux/samsung/s5pv210/profiles/00-default.mk new file mode 100644 index 0000000000..5dd6879760 --- /dev/null +++ b/target/linux/samsung/s5pv210/profiles/00-default.mk @@ -0,0 +1,16 @@ +# +# Copyright (C) 2017 Lede +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/Default + NAME:=Default Profile (all drivers) + PRIORITY := 1 +endef + +define Profile/Default/Description + Default profile with package set compatible with most boards. +endef +$(eval $(call Profile,Default)) -- cgit v1.2.3