1SubDir HAIKU_TOP src bin pcmcia-cs ; 2 3if ! $(TARGET_PLATFORM_HAIKU_COMPATIBLE) { 4 UseHeaders [ FDirName $(HAIKU_TOP) headers os drivers ] : true ; 5 # We need the public pcmcia headers also when not compiling for Haiku. 6 UseHeaders [ FDirName $(HAIKU_TOP) headers os support ] : true ; 7 # We need Errors.h also when not compiling for Haiku. 8} 9 10StdBinCommands 11 cardctl.c 12 dump_cis.c 13 dump_cisreg.c 14 : root ; 15 16BinCommand pack_cis : 17 pack_cis.c 18 lex_cis.l 19 yacc_cis.y 20 ; 21 22 23