diff options
| author | Patrick Williams <iawillia@us.ibm.com> | 2010-08-20 18:11:26 -0500 |
|---|---|---|
| committer | Patrick Williams <iawillia@us.ibm.com> | 2010-08-20 18:11:26 -0500 |
| commit | fbedff5e909777a1d646947bd4f9beca6ddf7024 (patch) | |
| tree | 9904d043dc60fc11c6fb0649f3c8393070fd0348 /makefile | |
| parent | 6dbab3072e8f50e25137fa53c7ffce0d111c2338 (diff) | |
| download | talos-hostboot-fbedff5e909777a1d646947bd4f9beca6ddf7024.tar.gz talos-hostboot-fbedff5e909777a1d646947bd4f9beca6ddf7024.zip | |
Add linker in preparation for modules.
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ SUBDIRS = src.d -include ./config.mk all: ${SUBDIRS} clean: $(patsubst %.d,%.clean, ${SUBDIRS}) + +include ./config.mk |

