blob: 2517d01e6ece7f0aa2962e403c15bb78d54bf984 [file] [log] [blame]
Russ Coxbf3dd3f2008-12-04 12:51:36 -08001# Copyright 2009 The Go Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style
3# license that can be found in the LICENSE file.
4
Sergio Luis O. B. Correia6fc82072009-11-23 17:32:51 -08005include ../../Make.$(GOARCH)
Russ Coxbf3dd3f2008-12-04 12:51:36 -08006
Russ Cox3b864e42009-08-12 13:18:37 -07007TARG=sync
8GOFILES=\
9 mutex.go\
Russ Coxbf3dd3f2008-12-04 12:51:36 -080010
Russ Cox3b864e42009-08-12 13:18:37 -070011OFILES=\
Russ Coxbf3dd3f2008-12-04 12:51:36 -080012 asm_$(GOARCH).$O\
Russ Coxbf3dd3f2008-12-04 12:51:36 -080013
Sergio Luis O. B. Correia6fc82072009-11-23 17:32:51 -080014include ../../Make.pkg