Add preferred parts for µPusb
[hw/altusmetrum] / packages / diodes / Makefile
index 2123d8fb12a4f1e107742777b39b803e21af31a5..130be0f1b5fbb898fbcbc48bb0cb496f5d4ce05e 100644 (file)
@@ -2,7 +2,10 @@
 
 FOOTPRINTS = \
        0605.fp \
-       powerdi123.fp
+       powerdi123.fp \
+       topled.fp \
+       2125.fp \
+       0603-sideled.fp
 
 .5c.fp:
        nickle $*.5c > $@
@@ -12,6 +15,8 @@ FOOTPRINTS = \
 
 all: $(FOOTPRINTS) .gitignore
 
+$(FOOTPRINTS): ../footprint.5c
+
 clean:
        rm -f $(FOOTPRINTS)