These got lost in the merge, moves, and Makefiles modifications for the new directory...
authorNathael Pajani <nathael.pajani@ed3l.fr>
Thu, 10 Sep 2015 08:29:14 +0000 (10:29 +0200)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 8 Nov 2022 16:14:23 +0000 (17:14 +0100)
epaper/Makefile

index 954c63f..d43a689 100644 (file)
@@ -7,6 +7,7 @@ NAME = $(shell basename $(CURDIR))
 .PHONY: $(NAME).bin
 $(NAME).bin:
        @make -C ../../.. --no-print-directory NAME=$(NAME) MODULE=$(MODULE) apps/$(MODULE)/$(NAME)/$@
+       cat $@ *.epaper > $(NAME).img
 
 clean mrproper:
        @make -C ../../.. --no-print-directory $@