libk  kio.makefile at [03d58c0419]

File legacy/kio.makefile artifact 86c8f24ac7 part of check-in 03d58c0419


gen-headers = kiostream.platform.h

include ../modmake

ifeq (${POSIX},yes)
api = posix
else
api = ${OS}
endif

${OUT}/k/kiostream.platform.h: kiostream.$(api).i
	cp $< $@