This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
genode
Watch
1
Star
0
Fork
0
You've already forked genode
mirror of
https://github.com/genodelabs/genode.git
synced
2024-12-26 17:01:07 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
8e0cc44e24
genode
/
repos
/
base
/
mk
/
spec
/
imx53_qsb.mk
6 lines
92 B
Makefile
Raw
Normal View
History
Unescape
Escape
hw: get rid of global makefiles specific to hw This commit mostly removes the globally visible NR_OF_CPUS define from the global makefile specifiers defined in the base-hw repository. Whereever necessary it adds platform specific makefiles to the base repository when they were missing. Ref #2190
2017-01-02 14:29:21 +00:00
SPECS
+=
imx53
hw_arndale: idle threads on secondary processors fix #1006
2013-12-17 17:10:02 +00:00
Introduce 'spec' subdirectories to outline aspects Instead of holding SPEC-variable dependent files and directories inline within the repository structure, move them into 'spec' subdirectories at the corresponding levels, e.g.: repos/base/include/spec repos/base/mk/spec repos/base/lib/mk/spec repos/base/src/core/spec ... Moreover, this commit removes the 'platform' directories. That term was used in an overloaded sense. All SPEC-relative 'platform' directories are now named 'spec'. Other files, like for instance those related to the kernel/architecture specific startup library, where moved from 'platform' directories to explicit, more meaningful places like e.g.: 'src/lib/startup'. Fix #1673
2015-09-03 12:55:05 +00:00
REP_INC_DIR
+=
include/spec/imx53_qsb
hw: support USB-Armory board The USB Armory is almost the same as the i.MX53-QSB but it uses only one of the two RAM banks available in i.MX53. Furthermore we use the USB Armory only with Trustzone enabled. Ref #1422
2015-02-24 15:31:50 +00:00
base/mk: include sub specs from BASE_DIR Originally, the spec files for less specific SPEC values were include via the 'select_from_repositories' function. This implies that BASE_DIR must always be present in the list of 'REPOSITORIES'. Otherwise the spec files won't be found. By explicitly including sub specs from '$(BASE_DIR)/mk', we lift this restriction.
2017-04-07 08:48:02 +00:00
i
n
c
l
u
d
e
$(
BASE_DIR
)
/
m
k
/
s
p
e
c
/
i
m
x
5
3
.
m
k
Reference in New Issue
Copy Permalink