mirror of
https://github.com/deadw00d/AROS.git
synced 2025-12-08 06:20:50 +00:00
14 lines
224 B
Plaintext
14 lines
224 B
Plaintext
|
|
include $(SRCDIR)/config/aros.cfg
|
|
|
|
USER_LDFLAGS :=
|
|
|
|
FILES := kms_library parsekeymapseg
|
|
FUNCS := openkeymap
|
|
|
|
%build_module mmake=workbench-libs-kms \
|
|
modname=kms modtype=library \
|
|
files="$(FILES) $(FUNCS)"
|
|
|
|
%common
|