diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-10-16 13:47:55 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-10-16 13:47:55 +0000 |
commit | a03f7ad9d75d5c8edba4bd2661e8debc067e846f (patch) | |
tree | 05fe8ffd71b7f66b133c2e16717ad49b14d8785e /conf/machine/h5xxx.conf | |
parent | f99a4d32a4152d92c296a76ea526140ecc04812e (diff) |
pocketpc-based machines: Consistently use "require" instead of "include" in confs.
Diffstat (limited to 'conf/machine/h5xxx.conf')
-rw-r--r-- | conf/machine/h5xxx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/h5xxx.conf b/conf/machine/h5xxx.conf index 6e9e951132..a7208209eb 100644 --- a/conf/machine/h5xxx.conf +++ b/conf/machine/h5xxx.conf @@ -28,4 +28,4 @@ USE_VT = "0" GUI_MACHINE_CLASS = "smallscreen" -include conf/machine/include/tune-xscale.conf +require conf/machine/include/tune-xscale.conf |