libk  Diff

Differences From Artifact [f0df06fe05]:

To Artifact [86c8f24ac7]:


            1  +gen-headers = kiostream.platform.h
            2  +
     1      3   include ../modmake
            4  +
            5  +ifeq (${POSIX},yes)
            6  +api = posix
            7  +else
            8  +api = ${OS}
            9  +endif
           10  +
           11  +${OUT}/k/kiostream.platform.h: kiostream.$(api).i
           12  +	cp $< $@