diff options
Diffstat (limited to 'meta-facebook/meta-wedge/recipes-wedge/po-eeprom/files/Makefile')
-rw-r--r-- | meta-facebook/meta-wedge/recipes-wedge/po-eeprom/files/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-facebook/meta-wedge/recipes-wedge/po-eeprom/files/Makefile b/meta-facebook/meta-wedge/recipes-wedge/po-eeprom/files/Makefile new file mode 100644 index 0000000..408de95 --- /dev/null +++ b/meta-facebook/meta-wedge/recipes-wedge/po-eeprom/files/Makefile @@ -0,0 +1,10 @@ +# Copyright 2014-present Facebook. All Rights Reserved. +all: po-eeprom + +po-eeprom: po-eeprom.o + $(CC) -o $@ $^ $(LDFLAGS) + +.PHONY: clean + +clean: + rm -rf *.o po-eeprom |