File: install.extra

package info (click to toggle)
tinyos 2.1.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 47,476 kB
  • ctags: 36,607
  • sloc: ansic: 63,646; cpp: 14,974; java: 10,358; python: 5,215; makefile: 1,724; sh: 902; asm: 597; xml: 392; perl: 74; awk: 46
file content (17 lines) | stat: -rw-r--r-- 354 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#-*-Makefile-*- vim:syntax=make
#$Id: install.extra,v 1.4 2006/12/12 18:22:59 vlahan Exp $

NODEID = $(INSTALL)
BUILD_DEPS = bin tosimage bytes setid 

ifdef BOOTLOADER
  ifeq ($(BOOTLOADER),tosboot)
    ifdef INSTALL_GOLDENIMAGE
      BUILD_DEPS += program_gi
    else
      BUILD_DEPS += program_ngi
    endif
  endif
else
 BUILD_DEPS += program
endif