The akefile rules for %.o and flashrom.o are identical. Let %.o handle
flashrom.o as well.
Signed-off-by: Carl-Daniel Hailfinger <[email protected]>
Index: flashrom-makefile_cleanup/Makefile
===================================================================
--- flashrom-makefile_cleanup/Makefile (Revision 624)
+++ flashrom-makefile_cleanup/Makefile (Arbeitskopie)
@@ -70,11 +70,8 @@
FEATURE_LIBS = $(shell LANG=C grep -q "FTDISUPPORT := yes" .features && printf
"%s" "-lftdi")
-flashrom.o: flashrom.c .features
- $(CC) $(CFLAGS) $(CPPFLAGS) $(FEATURE_CFLAGS) -c -o $@ $< $(SVNDEF)
-
%.o: %.c .features
- $(CC) $(CFLAGS) $(CPPFLAGS) $(FEATURE_CFLAGS) -c $< -o $@ $(SVNDEF)
+ $(CC) $(CFLAGS) $(CPPFLAGS) $(FEATURE_CFLAGS) $(SVNDEF) -o $@ -c $<
clean:
rm -f $(PROGRAM) *.o
--
http://www.hailfinger.org/
Index: flashrom-makefile_cleanup/Makefile
===================================================================
--- flashrom-makefile_cleanup/Makefile (Revision 624)
+++ flashrom-makefile_cleanup/Makefile (Arbeitskopie)
@@ -70,11 +70,8 @@
FEATURE_LIBS = $(shell LANG=C grep -q "FTDISUPPORT := yes" .features && printf
"%s" "-lftdi")
-flashrom.o: flashrom.c .features
- $(CC) $(CFLAGS) $(CPPFLAGS) $(FEATURE_CFLAGS) -c -o $@ $< $(SVNDEF)
-
%.o: %.c .features
- $(CC) $(CFLAGS) $(CPPFLAGS) $(FEATURE_CFLAGS) -c $< -o $@ $(SVNDEF)
+ $(CC) $(CFLAGS) $(CPPFLAGS) $(FEATURE_CFLAGS) $(SVNDEF) -o $@ -c $<
clean:
rm -f $(PROGRAM) *.o
--
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot