From 820408887a52b2c36847da12b01f1a730d5f7dc6 Mon Sep 17 00:00:00 2001 From: Sean Cross Date: Wed, 31 Oct 2018 12:58:07 +0800 Subject: [PATCH] hardware: pcb: add footprint library table This will be used to tell pcbnew where to find footprint libraries. Signed-off-by: Sean Cross --- hardware/pcb/fp-lib-table | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hardware/pcb/fp-lib-table diff --git a/hardware/pcb/fp-lib-table b/hardware/pcb/fp-lib-table new file mode 100644 index 0000000..290f6e6 --- /dev/null +++ b/hardware/pcb/fp-lib-table @@ -0,0 +1,3 @@ +(fp_lib_table + (lib (name tomu-fpga)(type KiCad)(uri ${KIPRJMOD}/tomu-fpga.pretty)(options "")(descr "")) +)