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
134b07f41f
genode
/
repos
/
base
/
mk
/
spec
/
riscv.mk
6 lines
94 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
+=
64bit
REP_INC_DIR
+=
include/spec/riscv
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
/
6
4
b
i
t
.
m
k
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
Reference in New Issue
Copy Permalink