diff options
Diffstat (limited to 'tools/pcmcia/Makefile')
-rw-r--r-- | tools/pcmcia/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/pcmcia/Makefile b/tools/pcmcia/Makefile new file mode 100644 index 000000000000..81a7498c5cd9 --- /dev/null +++ b/tools/pcmcia/Makefile @@ -0,0 +1,9 @@ +CC := $(CROSS_COMPILE)gcc +CFLAGS := -I../../usr/include + +PROGS := crc32hash + +all: $(PROGS) + +clean: + rm -fr $(PROGS) |