mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 00:41:08 +00:00
7 lines
158 B
Makefile
7 lines
158 B
Makefile
|
PLATFORM_DIR = $(REP_DIR)/src/kernel/platforms/petalogix_s3adsp1800_mmu
|
||
|
|
||
|
INC_DIR += $(PLATFORM_DIR)/include
|
||
|
|
||
|
SRC_S += atomic.s
|
||
|
vpath atomic.s $(PLATFORM_DIR)
|