From: Bdale Garbee Date: Thu, 10 Mar 2011 04:50:01 +0000 (-0700) Subject: need makefile to gen the footprint X-Git-Url: https://git.gag.com/?p=hw%2Fbdale;a=commitdiff_plain;h=75ff48ca555f22428b5ed115f8e6037416e8f991 need makefile to gen the footprint --- diff --git a/pkg/newlib/Makefile b/pkg/newlib/Makefile index e774325..cbf6816 100644 --- a/pkg/newlib/Makefile +++ b/pkg/newlib/Makefile @@ -1,7 +1,7 @@ outputs = MICRO8.fp SOIJ8.fp CMR200T.fp CS10.fp QFN16_6.fp MOT1317.fp \ ABM8.fp ABMM2.fp TDK_PS12.fp 0605.fp TI-QFN36.fp sma-edge.fp \ MOT475-01.fp JTI_GPS_chip.fp 0605.fp Venus634FLPx.fp \ - MN5010HS.fp + MN5010HS.fp PCM12SMTR.fp all: $(outputs) (cd hirose ; make) @@ -9,6 +9,9 @@ all: $(outputs) (cd molex ; make) (cd tyco ; make) +PCM12SMTR.fp: PCM12SMTR.py + ./PCM12SMTR.py > PCM12SMTR.fp + MN5010HS.fp: MN5010HS.py ./MN5010HS.py > MN5010HS.fp