mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-17 06:38:28 +00:00
base: remove SPEC variables of boards (fix #3971)
* Remove SPEC declarations from mk/spec * Remove all board-specific REQUIRE declaratiions left * Replace [have_spec <board>] run-script declarations with have_board where necessary * Remove addition of BOARD variable to SPECS in toplevel Makefile * Move board-specific directories in base-hw out of specs
This commit is contained in:
committed by
Norman Feske
parent
5a123e37c9
commit
bdd923406f
@ -1,5 +1,5 @@
|
||||
TARGET = imx6_timer_drv
|
||||
REQUIRES = imx6
|
||||
REQUIRES = arm_v7
|
||||
GEN_DIR := $(dir $(call select_from_repositories,src/timer/main.cc))
|
||||
INC_DIR += $(GEN_DIR)/epit
|
||||
SRC_CC += epit/time_source.cc epit/imx6/timer.cc
|
||||
|
Reference in New Issue
Block a user