Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(276)

Unified Diff: src/pkg/runtime/Makefile

Issue 186144: code review 186144: runtime: add demo running Go on raw (emulated) hw (Closed)
Patch Set: code review 186144: runtime: add demo running Go on raw (emulated) hw Created 14 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/cmd/ld/elf.c ('k') | src/pkg/runtime/pchw/386/defs.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/runtime/Makefile
===================================================================
--- a/src/pkg/runtime/Makefile
+++ b/src/pkg/runtime/Makefile
@@ -24,6 +24,9 @@
extern.go\
type.go\
+GOFILES_pchw=\
+ pchw/io.go\
+
# 386-specific object files
OFILES_386=\
vlop.$O\
« no previous file with comments | « src/cmd/ld/elf.c ('k') | src/pkg/runtime/pchw/386/defs.h » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b