diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-19 19:42:37 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-19 19:42:37 (EDT) |
commit | 903783842ecd12cd39183b9282b6c2e4b052ff75 (patch) | |
tree | 7c9b540e045424cd9a13438550d1faeee5d07f57 /include/linux | |
parent | 596357bbeba66ff0d37ede6d3a513baaa2ff9a57 (diff) |
include/linux/local.mk, src/local.mk: Add headers to fbcon2png_SOURCES
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/local.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/local.mk b/include/linux/local.mk new file mode 100644 index 0000000..4eb9326 --- /dev/null +++ b/include/linux/local.mk @@ -0,0 +1,3 @@ +fbcon2png_SOURCES += \ + %reldir%/font.h \ + %reldir%/module.h |