diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2012-04-28 13:04:45 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2012-04-29 03:50:46 +0200 |
commit | b1c3e8ae28fcd84c7182f4898c3250e18ed92f1a (patch) | |
tree | 5c0460d2c5016572dd11b8510e7d56b89f97bd2c /packimages | |
parent | 6963de9536cfca1145685a611a6c88c5160d9a1c (diff) |
make gbuild the default assumption of build.pl
this removes dmake completely out of the build for migrated modules
build.pl now assumes modules to be gbuild, unless there is a
prj/dmake file
Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
Diffstat (limited to 'packimages')
-rw-r--r-- | packimages/prj/build.lst | 1 | ||||
-rw-r--r-- | packimages/prj/makefile.mk | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/packimages/prj/build.lst b/packimages/prj/build.lst index 1692481bbd46..9cfc1607e43d 100644 --- a/packimages/prj/build.lst +++ b/packimages/prj/build.lst @@ -1,2 +1 @@ pim packimages :: postprocess NULL -pim packimages\prj nmake - all pim_prj NULL diff --git a/packimages/prj/makefile.mk b/packimages/prj/makefile.mk deleted file mode 100644 index 0997622e00f6..000000000000 --- a/packimages/prj/makefile.mk +++ /dev/null @@ -1 +0,0 @@ -.INCLUDE : gbuildbridge.mk |