cleanup: makefile, hbc and removed unused files
[lra-as-sensor] / Makefile
index 8b4955b..9012305 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,10 +22,10 @@ CFLAGS += -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums
 LDFLAGS = -Wl,-Map,hbc.map
 TARGET_ARCH = -mmcu=$(MCU)
 
-DEPS = haptic.h
+DEPS =
 
 ODIR = obj
-_OBJ = hbc.o haptic.o
+_OBJ = hbc.o
 OBJ = $(patsubst %, $(ODIR)/%,$(_OBJ))
 
 $(ODIR)/%.o: %.c $(DEPS)