diff options
| author | Damien George | 2014-09-30 23:43:38 +0100 |
|---|---|---|
| committer | Damien George | 2014-09-30 23:43:38 +0100 |
| commit | de37775a265b40e0bd0e7e93265c01a5650fa699 (patch) | |
| tree | 9cac095bb28b879d989342302f5e6542f382dea4 /stmhal/Makefile | |
| parent | e5cc4b2503f536b65f561a7fb185419cf394e3a9 (diff) | |
stmhal: Enable patch_program in cc3k driver, with key.
Diffstat (limited to 'stmhal/Makefile')
| -rw-r--r-- | stmhal/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/stmhal/Makefile b/stmhal/Makefile index ba844d97c..21e09666b 100644 --- a/stmhal/Makefile +++ b/stmhal/Makefile @@ -218,9 +218,8 @@ SRC_MOD += $(addprefix $(CC3000_DIR)/src/,\ ccspi.c \ inet_ntop.c \ inet_pton.c \ - ) -# patch.c \ -# patch_prog.c \ + patch.c \ + patch_prog.c \ ) endif |
