commit | 1179ad12798d9ddbdee64ca9d376b16afb633bcc | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@secretlab.ca> | Mon Sep 24 09:05:30 2007 -0600 |
committer | Grant Likely <grant.likely@secretlab.ca> | Thu Nov 15 11:05:18 2007 -0700 |
tree | 6b573be03318ecf4f0d0ed4f904941fe4f02f4a1 | |
parent | 2f0fef7b6d60ec75b676d5ba3a589378561970ca [diff] |
Build: split COBJS value into multiple lines This change is in preparation for condtitionial compile support in the build system. By spliting them all into seperate lines now, subsequent patches that change 'COBJS-y += ' into 'COBJS-$(CONFIG_<blah>) += ' will be less invasive and easier to review Signed-off-by: Grant Likely <grant.likely@secretlab.ca>