Travis Geiselbrecht | 1d0df69 | 2008-09-01 02:26:09 -0700 | [diff] [blame] | 1 | # top level project rules for the armemu-test project |
2 | # | ||||
3 | LOCAL_DIR := $(GET_LOCAL_DIR) | ||||
4 | |||||
5 | TARGET := beagle | ||||
Travis Geiselbrecht | f54ab82 | 2008-09-05 04:14:40 -0700 | [diff] [blame] | 6 | |
7 | MODULES += \ | ||||
8 | app/tests \ | ||||
Travis Geiselbrecht | 39deded | 2009-01-24 20:12:27 -0800 | [diff] [blame] | 9 | app/stringtests \ |
Travis Geiselbrecht | 577036f | 2009-01-24 21:37:21 -0800 | [diff] [blame] | 10 | app/shell |
Travis Geiselbrecht | 1d0df69 | 2008-09-01 02:26:09 -0700 | [diff] [blame] | 11 |