SRCS = getopt.c
OBJS = $(SRCS:.c=.o)
MODOBJS = $(OBJS)

all: getopt.obj

LOCALINCLUDES = \
lib/libc/include \
lib/getopt/export \
krnl/xapi/export \
krnl/debug/export \
krnl/error/export \
krnl/types/export \

include $(WORKSPACE)/build/co/Makefile_mod
