summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-06-06 23:52:33 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-06-06 23:52:33 (EDT)
commit23b7ff04d28ff3d99d9abc1b7a612a462d1715eb (patch)
treeb9a48a45ae774ca63d97714cee54fae59ccf5c57
parentb1563ccbe163a840727f4d01d934397ab6590acd (diff)
source.mk: New file
Simplest source.mk ever.
-rwxr-xr-xbuild2
-rw-r--r--source.mk2
2 files changed, 4 insertions, 0 deletions
diff --git a/build b/build
index 5f55422..8d92f03 100755
--- a/build
+++ b/build
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
+include ../source.mk
+
nop:
@:
diff --git a/source.mk b/source.mk
new file mode 100644
index 0000000..d61238a
--- /dev/null
+++ b/source.mk
@@ -0,0 +1,2 @@
+source:
+ wget -O ../src/pci.ids http://pci-ids.ucw.cz/v2.2/pci.ids